Pro ASP.NET Core 3 by Adam Freeman

Pro ASP.NET Core 3 by Adam Freeman

Author:Adam Freeman
Language: eng
Format: epub
ISBN: 9781484254400
Publisher: Apress


@model Product

<!DOCTYPE html>

<html>

<head>

<link href="/lib/twitter-bootstrap/css/bootstrap.min.css" rel="stylesheet" />

</head>

<body>

<h6 class="bg-secondary text-white text-center m-2 p-2">Watersports</h6>

<div class="m-2">

<table class="table table-sm table-striped table-bordered">

<tbody>

<tr><th>Name</th><td>@Model.Name</td></tr>

<tr><th>Price</th><td>@Model.Price.ToString("c")</td></tr>

<tr><th>Category ID</th><td>@Model.CategoryId</td></tr>

<tr><th>Supplier ID</th><td>@Model.SupplierId</td></tr>

</tbody>

</table>

</div>

</body>

</html>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.